home *** CD-ROM | disk | FTP | other *** search
- MOVE.EXE INSTRUCTIONS
-
- MOVE.EXE is designed to help you keep your hard disk free of
- duplicate files. Instead of using the DOS COPY command to
- move a file, then the DOS DEL command to delete the original
- file, use MOVE to perform both operations.
-
- INSTALLING MOVE
-
- To install the program, simply copy it to a diskette or to a
- directory containing your utility programs on your hard disk.
- For maximum convenience, this directory should be included in
- the PATH statement in your AUTOEXEC.BAT file.
-
- USING MOVE
-
- To use the program to move files, follow the following syntax:
-
- MOVE [Source file specification] [Destination file specification]
-
- Here's an example:
-
- To move the file TEST.DOC from the \DOCUMENT directory on drive C:
- to the \ARCHIVE directory on drive D:, give this command:
-
- MOVE C:\DOCUMENT\TEST.DOC D:\ARCHIVE
-
- The file will be moved, then deleted from the original directory.
- All DOS wildcards are supported by MOVE.
-
- If the file already exists in the destination directory, the program
- will ask you whether you want to overwrite the file. To suppress
- this query, add the switch, -NQ to the end of your command.
-
- Finally, enter the command MOVE by itself to see a summary of the
- command format.
-
- MOVE is shareware. If you use the program regularly, consider becoming
- a registered user. To register this program and receive a listing of
- other programs, send $10 to:
-
- Excel-Soft
- Chris Boaro
- 21382-H Lake Forest Dr.
- El Toro, CA 92630
-
-
-
-